home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NETOCA2P.IN_ / netoca2p.inf
Encoding:
Windows Setup INFormation  |  1999-10-19  |  3.1 KB  |  102 lines

  1. ; NETOCA2P.INF
  2. ;
  3. ; Olicom ATM Adapters
  4. ;
  5. ; (c) 1998 Olicom and Microsoft
  6.  
  7. [Version]
  8. Signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider   = %Olicom%
  12. LayoutFile = layout.inf
  13. DriverVer=10/19/1999,1.21.0.26
  14.  
  15.  
  16. [Manufacturer]
  17. %Olicom% = Olicom
  18.  
  19. [OLICOM]
  20. %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&SUBSYS_0027108D ; RapidFire 616X ATM155 PCI Adapter
  21. %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&SUBSYS_0022108D
  22. %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234&REV_00 ; RapidFire 616X ATM155 PCI Adapter
  23. %oca2pnd5.DeviceDesc% = oca2pnd5.ndi, PCI\VEN_127A&DEV_8234
  24.  
  25. [ControlFlags]
  26. ExcludeFromSelect = PCI\VEN_127A&DEV_8234&REV_00, PCI\VEN_127A&DEV_8234&SUBSYS_0027108D, \
  27.                     PCI\VEN_127A&DEV_8234&SUBSYS_0022108D, PCI\VEN_127A&DEV_8234
  28.  
  29. [oca2pnd5.ndi]
  30. BusType         = 5
  31. AddReg          = oca2pnd5.ndi.reg
  32. CopyFiles       = oca2pnd5.CopyFiles
  33. Characteristics = 0x04 ;NCF_PHYSICAL
  34.  
  35. [oca2pnd5.ndi.Services]
  36. AddService = oca2pnd5, 2, oca2pnd5.AddService, oca2pnd5.AddEventLog
  37.  
  38. [oca2pnd5.ndi.reg]
  39. HKR,    Ndi,        Service,    0,    "oca2pnd5"
  40. HKR,    Ndi\Interfaces,    LowerRange,    0,    "atm"
  41. HKR,    Ndi\Interfaces,    UpperRange,    0,    "ndisatm"
  42.  
  43. ;MaxVpiBits
  44. HKR, Ndi\params\MaxVpiBits,        ParamDesc,  0, %MaxVpiBits%
  45. HKR, Ndi\params\MaxVpiBits,        type,       0, "int"
  46. HKR, Ndi\params\MaxVpiBits,        default,    0, "0"
  47. HKR, Ndi\params\MaxVpiBits,        min,        0, "0"
  48. HKR, Ndi\params\MaxVpiBits,        max,        0, "6"
  49. HKR, Ndi\params\MaxVpiBits,        step,       0, "1"
  50.  
  51. ;FixedIntMod
  52. HKR, Ndi\params\FixedIntMod,    ParamDesc,  0, %FixedIntMod%
  53. HKR, Ndi\params\FixedIntMod,    type,       0, "int"
  54. HKR, Ndi\params\FixedIntMod,    default,    0, "0"
  55. HKR, Ndi\params\FixedIntMod,    min,        0, "0"
  56. HKR, Ndi\params\FixedIntMod,    max,        0, "10000"
  57. HKR, Ndi\params\FixedIntMod,    step,       0, "500"
  58.  
  59. ;Support ABR
  60. HKR, Ndi\params\SupportABR,    ParamDesc,  0, %SupportABR%
  61. HKR, Ndi\params\SupportABR,    type,       0, "int"
  62. HKR, Ndi\params\SupportABR,    default,    0, "1"
  63. HKR, Ndi\params\SupportABR,    min,        0, "0"
  64. HKR, Ndi\params\SupportABR,    max,        0, "1"
  65. HKR, Ndi\params\SupportABR,    step,       0, "1"
  66.  
  67. [oca2pnd5.CopyFiles]
  68. oca2pnd5.sys,,,2
  69.  
  70. [oca2pnd5.AddService]
  71. DisplayName    = %oca2pnd5.Service.DispName%
  72. ServiceType    = 1   ;SERVICE_KERNEL_DRIVER
  73. StartType    = 3   ;SERVICE_DEMAND_START
  74. ErrorControl    = 1   ;SERVICE_ERROR_NORMAL
  75. ServiceBinary    = %12%\oca2pnd5.sys
  76. LoadOrderGroup    = NDIS
  77.  
  78. [oca2pnd5.AddEventLog]
  79. AddReg  =  oca2pnd5.AddEventLog.Reg
  80.  
  81. [oca2pnd5.AddEventLog.Reg]
  82. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  83. HKR, , TypesSupported,   0x00010001, 7
  84.  
  85. [DestinationDirs]
  86. oca2pnd5.CopyFiles = 12
  87.  
  88. ;
  89. ; Localizable strings
  90. ;
  91. [Strings]
  92. Olicom = "Olicom" 
  93.  
  94. MaxVpiBits        = "Maximum number of VPI bits"
  95. FixedIntMod       = "Fixed Interrupt Moderation"
  96. SupportABR        = "Support ABR VCCs"
  97.  
  98. oca2pnd5.DeviceDesc       = "Olicom RapidFire 616X ATM155 PCI Adapter"
  99. oca2pnd5.Service.DispName = "Olicom RapidFire 616X CellDriver"
  100.  
  101.  
  102.